go/printer.printer.stmtList (method)
5 uses
go/printer (current package)
nodes.go#L1137: func (p *printer) stmtList(list []ast.Stmt, nindent int, nextIsRBrace bool) {
nodes.go#L1177: p.stmtList(b.List, nindent, true)
nodes.go#L1413: p.stmtList(s.Body, 1, nextIsRBrace)
nodes.go#L1440: p.stmtList(s.Body, 1, nextIsRBrace)
printer.go#L1155: p.stmtList(n, 0, false)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)